home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7049 < prev    next >
Encoding:
Text File  |  1996-08-05  |  882 b   |  21 lines

  1. Newsgroups: comp.lang.c++
  2. Path: noc.netcom.net!ocsystems!vvg
  3. From: vvg@ocsystems.com (Vasya Gorshkov)
  4. Subject: Using c++ modules with a windows3.1 program
  5. Message-ID: <1996Feb20.171914.30098@ocsystems.com>
  6. Date: Tue, 20 Feb 1996 17:19:14 GMT
  7. Organization: OC Systems, Inc.
  8.  
  9. I tried to use a c++ module with a simple windows program that didn't use
  10. any of c++ modules before.  I guess this brought in some of the c++ runtime
  11. as well.  In the result my windows program failed in the very beginning
  12. at the call to RegisterClass.  I wonder if anybody knows if there are
  13. any potential problems with using c++ classes with an otherwise pure C
  14. windows program and how does one find out the reason for a call to
  15. RegisterClass to fail.
  16.  
  17. p.s. Sorry if I am asking a basic question, I have not done any windows
  18. programming before and not sure where to start tracking down this problem.
  19.  
  20. Vasya
  21.